home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / ContactSkill.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  157b

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "SkillId": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "ContactId": 3,
  9.             "SkillId": 2
  10.         },
  11.         {
  12.             "ContactId": 3,
  13.             "SkillId": 3
  14.         },
  15.         {
  16.             "ContactId": 3,
  17.             "SkillId": 8
  18.         }
  19.     ]
  20. }